projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43816ba
)
ci: Don't use --werror for the win32 build
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 2 Aug 2020 23:59:25 +0000
(19:59 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 2 Aug 2020 23:59:25 +0000
(19:59 -0400)
This leads to warnings from the glib win32 build
failing our ci. Only use werror for gtk itself.
.gitlab-ci/test-msys2.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/test-msys2.sh
b/.gitlab-ci/test-msys2.sh
index 72532a14266cd4d58dc245e444ac15cbd1f1c8ad..0913ad7f0cc05008f1e1397587f15be95f5bb905 100644
(file)
--- a/
.gitlab-ci/test-msys2.sh
+++ b/
.gitlab-ci/test-msys2.sh
@@
-56,7
+56,7
@@
meson \
-Dwin32-backend=true \
-Dvulkan=no \
-Dintrospection=false \
- -
-werror
\
+ -
Dgtk:werror=true
\
_build
unset CCACHE_DISABLE